home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / misc / rpdos4g2.zip / RPDOS4G.DOC < prev    next >
Text File  |  1994-11-23  |  2KB  |  46 lines

  1. Update:
  2. Damn! Don't you hate it when you only want to release something ONCE and you
  3. find a major bug in it? Oh well... This version should now work properly.
  4.  
  5. In order to use these 2 programs you need to have the following:
  6.  
  7. PMW100.ZIP (PMODEW.EXE needs to be in the current directory)
  8. A copy of Watcom C/C++ Version 10 (9.5 probably works but hasn't been tested)
  9.  
  10. Run the MAKEME batch file to compile these nice little utilities.
  11.  
  12. Now... What do they do? They take those pretty little DOS/4G executables and
  13. rip them apart, replacing the stub/extender with PMODE/W.
  14.  
  15. RPDOS4GW.C - Rips Apart Regular DOS/4GW EXEs
  16. RPDOS4GP.C - Rips Apart Professional <snicker> DOS/4G EXEs
  17.  
  18. After these programs run on your EXE, they will output (for lack of a better
  19. name) a file called NEW.EXE which is (duh) your new EXE with PMODE/W in it.
  20.  
  21. Remember to backup your old EXE, then copy NEW.EXE over the old EXE after
  22. running the appropriate program.
  23.  
  24. I think if you can't figure out how to run these, you should be placed in a
  25. nice padded cell someplace quiet so figure it out. Here are a few examples of
  26. some kind of popular programs you can try this on:
  27.  
  28. OMF 2097        - RPDOS4GW MASTER.DAT
  29. DOOM v1.666     - RPDOS4GP DOOM2.EXE
  30. DMP32           - RPDOS4GW DMP32.EXE
  31.  
  32. Once again, the file which is output is called NEW.EXE... In some cases you
  33. can just run NEW.EXE and it will work, but in other cases just erase over
  34. the old EXE with it.
  35.  
  36. Notes about OMF - OMF.EXE loads MASTER.DAT using DOS/4GW. If you want to play
  37.                   the game under PMODE/W, you'll have to just run the NEW.EXE
  38.                   which is generated by RPDOS4GW. Also when running under
  39.                   PMODE/W, make sure you have the sound turned off in the
  40.                   setup program. This is NOT because of PMODE/W, but because
  41.                   OMF.EXE is what sets the sound up and it forces OMF to run
  42.                   under DOS/4GW not PMODE/W.
  43.  
  44. Thats it for this doc... Play with these and see how much better these programs
  45. run after they are freed of the monstrous DOS/4G!
  46.